-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
feat: Add algorithm and tests for Project Euler Problem 29 (Distinct Powers) #1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
codecov-commenter
commented
May 24, 2025
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 85.88%. Comparing base (
1d252d7
) to head (47e3ef4
).
Additional details and impacted files
@@ Coverage Diff @@ ## master #1776 +/- ## ========================================== + Coverage 85.87% 85.88% +0.01% ========================================== Files 377 378 +1 Lines 19720 19737 +17 Branches 3005 3010 +5 ========================================== + Hits 16935 16952 +17 Misses 2785 2785
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use it rather than test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry, I don't understand your question. Could you be more specific?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a couple usages of it(...) and now a couple using test(...). So I wondered why the different usage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I referred to other test files for different questions while writing this code and they had this format. I have followed the same as per the documentation.
Uh oh!
There was an error while loading. Please reload this page.
Open in Gitpod know more
A PR for adding the algorithm and tests for Project-Euler Problem 29.
Vitest has been successfully carried passing all test cases.
Describe your change:
Checklist:
Example:
UserProfile.js
is allowed butuserprofile.js
,Userprofile.js
,user-Profile.js
,userProfile.js
are notFixes: #{$ISSUE_NO}
.